Instrumentserver navigation - #145
Merged
marcosfrenkel merged 12 commits intoSep 12, 2026
Merged
Conversation
…and Return/Enter to edit current param's value. Backspace to clear current param's value. Tab/Shift+Tab to shift focus to next/prev param (item level). Tab/Shift+Tab to commit changes to value and shift focus to next/prev param (editor level). Escape to cancel edits to a param's value. Param focus is now also updated when a user selects the editor.
…s: set value, star/trash param, toggle eval, delete param
…e actions: set value, star/trash param, toggle eval, delete param" This reverts commit 2a0ffe3.
…ut parameters crashing server when focus is set
…7/instrumentserver into instrumentserver-navigation
marcosfrenkel
approved these changes
Sep 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improves the navigation of instrumentserver. Includes new ways to enter a value cell, commit values, and cancel current changes. These are built-in actions, so the shortcuts cannot be rebound. This property mirrors current navigation keys such as Up/Down to move the focus to different parameters.